home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d19
/
win3pcb2.arc
/
PCBRZ.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-12-25
|
303 b
|
13 lines
@ECHO OFF
ECHO *** Zmodem Receive ***
ECHO *** Function Keys Disabled During DSZ Operation! ***
if exist pcberr.fil del pcberr.fil
if exist $door.log del $door.log
dsz port 2 pB4096 rz -m -rr -p %3
if errorlevel 1 goto bad
goto end
:bad
copy pcberr.old pcberr.fil
:end
echo on